home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / util / virus / vc2dm10.lha / vc2dm.doc next >
Text File  |  1993-03-08  |  2KB  |  61 lines

  1. vm2dm.rexx  1.0
  2.  
  3. This is an ARexx script for virus checking files
  4. using Disk Master II. It is necessary that you
  5. have Virus Checker version 6.01 or greater
  6. running. Anytime you want to test a file while
  7. working in DM, just select the file that you want
  8. to check and click the new VC button in DMII's
  9. command window. This also works if many files have
  10. been selected at once.If no virus is discovered
  11. the script will print 'File OK' to Disk Master's
  12. title bar briefly. If Virus Checker finds anything
  13. nasty the Workbench screen pops to the front and a
  14. window opens with a message naming the bad file.
  15. This script was tested on files corrupted with the
  16. Xeno virus and it nailed them handily.
  17.     If the infected file is writable, Virus
  18. Checker will fix the problem. If the file cannot
  19. be written, because the disk it's on is write
  20. protected or because the write bit of the file is
  21. switched off, Virus Checker can't do anything. It
  22. doesn't report differently than it does in cases
  23. when everything was taken care of. To be certain
  24. select the bad file and hit my VC button again. If
  25. the file is fixed you will only see 'File OK'. 
  26. Be careful!
  27.  
  28. Here's how to install the Disk Master II part:
  29.  
  30. Load your Disk Master II configuration script into
  31. a text editor. The script is usually called
  32. S:Startup.DM. If you are still using DMII as it
  33. came out of the box you won't find the script
  34. until you have selected 'Save Config' from the
  35. 'Project' menu. Then it will be created. Type in
  36. the following command line along with the others
  37. like it, or cut and paste it into Startup.DM
  38.  
  39. AddCmd VC, 20, REXX vc2dm.rexx %s
  40.  
  41. Then save the file back, of course. For this
  42. change to take effect you will have to quit and
  43. rerun DMII, or else select S:Startup.DM in one of
  44. DMII's file windows and select 'Run DM Script'
  45. from the 'Tools' menu. The only thing left to do
  46. is to copy the file vc2dm.rexx into your Rexx:
  47. directory. DMII is very handy for this! :() Even
  48. though my script sends the command to DMII to
  49. return its screen to the front, it doesn't work.
  50. If anyone sees the fault in my offering please
  51. send me Email. At least the message comes into
  52. view when a virus is discovered.
  53. Practice Safe Hex!
  54.  
  55. Joel B. Couch                   March 7, 1993
  56. Meager Creations
  57. Somervile, Massachusetts, USA
  58.  
  59. jbciii@world.std.com
  60.  
  61.